home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 43 / Amiga Format CD43 (1999)(Future Publishing)(GB)(Track 1 of 2)[!][issue 1999-09].iso / -serious- / comms / other / rxsocket / changes next >
Text File  |  1999-06-14  |  2KB  |  61 lines

  1.  
  2. Changes from version < 8.x:
  3. - rxsocket divided in 2 see readme.first
  4. - rxslibrary was really weak if socks was not, sorry for that;
  5.   now a stack swap is done for functions that are very stack
  6.   consuming; I tested it very much and everything seems ok now
  7. - very hard library revision to minimize memory fragmentation
  8. - now, each blocking function can be broken with "hi"
  9.   you can use SetRxSocketOpt() to controll it;
  10. - ErrorString() can be called with no argument
  11. - HostErrorString() can be called with no argument
  12. - ObtainSocket() can be called with 1 argument
  13. - recv, recvfrom, readline can be called with 2 arguments
  14. - finally find a way to import sockets from a macro
  15.   to the one that called it , via RXSCall()
  16.   NextRXSRelease() OnteinSocket()
  17. - added a debugging support to inetd server and in general
  18.   for macro launched via rxscall() : a console output can be
  19.   opened so that, macros run from inetd or via rxscall() but
  20.   with no stdout will use that console as stdout/stdin
  21. - added various function to rxlibnet.library, expecially
  22.   miami packet filter functions
  23.  
  24. Changes from version < 7.1:
  25. - added some Genesis functions
  26. - changed GenesisLogin to GenesisSetGlobalUser
  27. - changed IsLibOn
  28. - patched a MiamiDx 0.9 bug that made recvline not work, see recvline
  29. - because of Genesis library doesn't free same bytes when opened
  30.   now it is opened only on request
  31. - added GetSalt for a real passwd support
  32. - QueryInterfaces() now returns all the interfaces found not just
  33.   the inet ones, so the filed family was added
  34.  
  35. Changes from version 6.4:
  36. - fixed a bug in IoctlSocket()
  37. - some internal functions to parse strings rewritten
  38. - more log functions
  39. - general debuggin
  40.  
  41. Changes from version < 6.3:
  42. - added raw packet creation and parsing
  43. - added support for Genesis
  44. - IoctlSocket() complitly rewritten to query interfaces
  45. - usefull function QueryInterfaces() added
  46. - now the library show requesters if a function is not
  47.   avaible with the tcp/ip stack running
  48. - fixed a stupid bug that made help() not work
  49. - fixed a very stupid bug that made IsLibOn() so bad (not for the system anyway)
  50.  
  51. Changes from version < 4.5:
  52. - added some usergroup.library function.
  53.  
  54. Changes from version < 4.1:
  55. - generale debugging
  56. - async sockets now works pretty good
  57. - bind() fixed to work on a not set locale, e.g. for DGRAM sockets
  58. - added the very nice RecvFromUntil() function
  59. - now rxs tries to start ARexx if it is not already running
  60.  
  61.